090619f2b7b458150c7e2be6bbf1182372f5ca22,iis-wf/iis-wf-import/src/main/java/eu/dnetlib/iis/wf/importer/dataset/DataciteDumpXmlHandler.java,DataciteDumpXmlHandler,startElement,#String#String#String#Attributes#,120
Before Change
this.currentValue = new StringBuilder();
} else if (isWithinElement(qName, ELEM_FORMAT, ELEM_FORMATS)) {
this.currentValue = new StringBuilder();
} else if (isWithinElement(qName, ELEM_DESCRIPTION, ELEM_RESOURCE)) {
this.currentValue = new StringBuilder();
} else if (isWithinElement(qName, ELEM_PUBLISHER, ELEM_RESOURCE)) {
this.currentValue = new StringBuilder();
After Change
this.currentValue = new StringBuilder();
} else if (isWithinElement(localName, ELEM_DESCRIPTION, ELEM_RESOURCE)) {
this.currentValue = new StringBuilder();
} else if (isWithinElement(localName, ELEM_PUBLISHER, ELEM_RESOURCE)) {
this.currentValue = new StringBuilder();
} else if (isWithinElement(localName, ELEM_PUBLICATION_YEAR, ELEM_RESOURCE)) {
this.currentValue = new StringBuilder();